From: Debian Science Maintainers Date: Tue, 9 Dec 2025 11:19:37 +0000 (+0000) Subject: Skip test that fails from outside the source tree X-Git-Tag: archive/raspbian/2.3.3+dfsg-3+rpi1^2~29 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=fe29952e80a79490c0d91e32d679aa9c21f83a7a;p=pandas.git Skip test that fails from outside the source tree Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name skip_test_missing_required_dependency.patch --- diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index df628ae0..6285e497 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -194,6 +194,7 @@ def test_yaml_dump(df): @pytest.mark.single_cpu +@pytest.mark.skip(reason="Fails in an installed package as it can't find pandas") def test_missing_required_dependency(): # GH 23868 # To ensure proper isolation, we pass these flags